projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f871a27
)
(comint-carriage-motion): Start at START.
author
Miles Bader
<miles@gnu.org>
Wed, 28 Aug 2002 04:40:42 +0000
(
04:40
+0000)
committer
Miles Bader
<miles@gnu.org>
Wed, 28 Aug 2002 04:40:42 +0000
(
04:40
+0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 31524572a511a9e474a03a8cc0e3b97acaeaa524..8eb7fa776ef0d8d2ac265eab508cb7da2783424e 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-1552,6
+1552,7
@@
Make backspaces delete the previous character."
;; First do a quick check to see if there are any applicable
;; characters, so we can avoid calling save-match-data and
;; save-restriction if not.
+ (goto-char start)
(when (< (skip-chars-forward "^\b\r" end) (- end start))
(save-match-data
(save-restriction